home *** CD-ROM | disk | FTP | other *** search
/ Champak 29 / Volume 29 - JOGO DISK .iso / Games / funny_baseball.swf / scripts / DefineSprite_301 / frame_22 / DoAction.as
Text File  |  2006-11-13  |  163b  |  14 lines

  1. if(_parent._parent.step == 1)
  2. {
  3.    this.BBB = 100;
  4. }
  5. else if(_parent._parent.step == 2)
  6. {
  7.    this.BBB = 200;
  8. }
  9. else
  10. {
  11.    this.BBB = 500;
  12. }
  13. Ball_xy();
  14.